type google.golang.org/grpc.funcServerOption

4 uses

	google.golang.org/grpc (current package)
		server.go#L214: type funcServerOption struct {
		server.go#L218: func (fdo *funcServerOption) apply(do *serverOptions) {
		server.go#L222: func newFuncServerOption(f func(*serverOptions)) *funcServerOption {
		server.go#L223: 	return &funcServerOption{